Skip to content

#2028 [Question] add: custom not slider percentage #2038

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

evarisk-kilyan
Copy link
Contributor

No description provided.

@evarisk-kilyan evarisk-kilyan force-pushed the add_not_cursor_percentage_question branch from 2296635 to 4595840 Compare March 14, 2025 16:54
Copy link
Collaborator

@evarisk-micka evarisk-micka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gérer les conflits

if ($line->fk_question === $questionLinked->id) {
$config = json_decode($questionLinked->json, true);

if ($line->fk_question === $questionLinked->id && is_numeric($line->answer) && (!isset($config['config'][$question->type]['isCursor']) || !empty($config['config'][$question->type]['isCursor']))) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$questionLinked->type au lieu de $question->type ⚠️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 Enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Slider pourcentage sur les questions
3 participants